home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / windowtc.arc / COLOR.H < prev    next >
Text File  |  1987-06-20  |  402b  |  18 lines

  1. #define BLACK         0
  2. #define BLUE          1
  3. #define GREEN         2
  4. #define CYAN          3
  5. #define RED           4
  6. #define MAGENTA       5
  7. #define BROWN         6
  8. #define LIGHTGRAY     7
  9. #define DARKGRAY      8
  10. #define LIGHTBLUE     9
  11. #define LIGHTGREEN   10
  12. #define LIGHTCYAN    11
  13. #define LIGHTRED     12
  14. #define LIGHTMAGENTA 13
  15. #define YELLOW       14
  16. #define WHITE        15
  17.  
  18.